home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume5 / xtartan / patch1 < prev    next >
Encoding:
Internet Message Format  |  1990-01-03  |  24.8 KB

  1. Path: uunet!ssbell!kent
  2. Newsgroups: comp.sources.x
  3. Subject: v05i050: Xtartan -- generate a Scottish tartan as background, Patch1
  4. Message-ID: <609@ssbell.uu.net>
  5. Date: 4 Jan 90 15:49:14 GMT
  6. Organization: Sterling Software, FSG-IMD, Bellevue, NE
  7. Lines: 1249
  8. Approved: kent@ssbell.uu.net (Kent Landfield)
  9.  
  10. Submitted-by: uunet!zax!sci!jimmc (Jim McBeath)
  11. Posting-number: Volume 5, Issue 50
  12. Archive-name: xtartan/patch1
  13. Patch-To: xtartan: Volume 5, Issue 20
  14.  
  15.     Patch1 to xtartan corrects a problem in the TI*.h files which
  16.     causes compilation errors in ANSI-standard C compilers.  One set
  17.     of braces was missing in a nested structure initialization.  If
  18.     you had problems compiling xtartan before, you can try again with 
  19.     these include files.  The patch also includes a corrected Imakefile.
  20.  
  21. #! /bin/sh
  22. # This is a shell archive.  Remove anything before this line, then unpack
  23. # it by saving it into a file and typing "sh file".  To overwrite existing
  24. # files, type "sh file -c".  You can also feed this as standard input via
  25. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  26. # will see the following message at the end:
  27. #        "End of shell archive."
  28. # Contents:  xtartan.patch1
  29. # Wrapped by kent@ssbell on Wed Jan  3 22:18:58 1990
  30. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  31. if test -f 'xtartan.patch1' -a "${1}" != "-c" ; then 
  32.   echo shar: Will not clobber existing file \"'xtartan.patch1'\"
  33. else
  34. echo shar: Extracting \"'xtartan.patch1'\" \(22434 characters\)
  35. sed "s/^X//" >'xtartan.patch1' <<'END_OF_FILE'
  36. Xdiff -cN ../orig/Imakefile ./Imakefile
  37. X*** ../orig/Imakefile    Wed Jan  3 21:21:05 1990
  38. X--- ./Imakefile    Wed Jan  3 21:21:43 1990
  39. X***************
  40. X*** 1,5 ****
  41. X--- 1,7 ----
  42. X  LOCAL_LIBRARIES = 
  43. X    SYS_LIBRARIES = -lXt -lX11
  44. X+            OBJS = actions.o color.o draw.o main.o misc.o setrootbg.o
  45. X+            SRCS = actions.c color.c draw.c main.c misc.c setrootbg.c
  46. X  
  47. X  all:: xtartan
  48. X  
  49. X***************
  50. X*** 7,11 ****
  51. X  
  52. X  depend::    alltartansh
  53. X  
  54. X! SimpleProgramTarget(xtartan)
  55. X! 
  56. X--- 9,12 ----
  57. X  
  58. X  depend::    alltartansh
  59. X  
  60. X! ComplexProgramTarget(xtartan)
  61. Xdiff -cN ../orig/README.patch1 ./README.patch1
  62. X*** ../orig/README.patch1    Wed Dec 31 18:00:00 1969
  63. X--- ./README.patch1    Wed Jan  3 21:54:41 1990
  64. X***************
  65. X*** 0 ****
  66. X--- 1,9 ----
  67. X+ Patch1 to xtartan corrects a problem in the TI*.h files which causes
  68. X+ compilation errors in ANSI-standard C compilers.  One set of braces was
  69. X+ missing in a nested structure initialization.  If you had problems compiling
  70. X+ xtartan before, you can try again with these include files.  
  71. X+ 
  72. X+ The patch also includes a corrected Imakefile.
  73. X+ 
  74. X+ -Jim McBeath    11.Dec.89
  75. X+  sci!jimmc@decwrl.dec.com
  76. Xdiff -cN ../orig/TIBarclay.h ./TIBarclay.h
  77. X*** ../orig/TIBarclay.h    Wed Jan  3 21:21:05 1990
  78. X--- ./TIBarclay.h    Wed Jan  3 21:21:44 1990
  79. X***************
  80. X*** 3,14 ****
  81. X  {
  82. X      "Barclay",
  83. X      "Black",
  84. X!     { SYM,
  85. X          { "White", 2, 0 },
  86. X          { "Yellow", 12, 0 },
  87. X          { "Black", 12, 0 },
  88. X          { "Yellow", 2, 0 },
  89. X!         { 0 }
  90. X      },
  91. X      { HVSAME,
  92. X      },
  93. X--- 3,14 ----
  94. X  {
  95. X      "Barclay",
  96. X      "Black",
  97. X!     { SYM, {
  98. X          { "White", 2, 0 },
  99. X          { "Yellow", 12, 0 },
  100. X          { "Black", 12, 0 },
  101. X          { "Yellow", 2, 0 },
  102. X!         { 0 }}
  103. X      },
  104. X      { HVSAME,
  105. X      },
  106. Xdiff -cN ../orig/TIBlackW.h ./TIBlackW.h
  107. X*** ../orig/TIBlackW.h    Wed Jan  3 21:21:05 1990
  108. X--- ./TIBlackW.h    Wed Jan  3 21:21:44 1990
  109. X***************
  110. X*** 3,9 ****
  111. X  {
  112. X      "Black_Watch",
  113. X      "Black",
  114. X!     { SYM,
  115. X          { "Black", 2, 0 },
  116. X          { "MediumSeaGreen", 10, 0 },
  117. X          { "Black", 8, 0 },
  118. X--- 3,9 ----
  119. X  {
  120. X      "Black_Watch",
  121. X      "Black",
  122. X!     { SYM, {
  123. X          { "Black", 2, 0 },
  124. X          { "MediumSeaGreen", 10, 0 },
  125. X          { "Black", 8, 0 },
  126. X***************
  127. X*** 24,30 ****
  128. X          { "Navy", 9, 0 },
  129. X          { "Black", 1, 0 },
  130. X          { "Navy", 1, 0 },
  131. X!         { 0 }
  132. X      },
  133. X      { HVSAME,
  134. X      },
  135. X--- 24,30 ----
  136. X          { "Navy", 9, 0 },
  137. X          { "Black", 1, 0 },
  138. X          { "Navy", 1, 0 },
  139. X!         { 0 }}
  140. X      },
  141. X      { HVSAME,
  142. X      },
  143. Xdiff -cN ../orig/TIBrodie.h ./TIBrodie.h
  144. X*** ../orig/TIBrodie.h    Wed Jan  3 21:21:06 1990
  145. X--- ./TIBrodie.h    Wed Jan  3 21:21:44 1990
  146. X***************
  147. X*** 3,9 ****
  148. X  {
  149. X      "Brodie",
  150. X      "Red",
  151. X!     { SYM,
  152. X          { "Black", 2, 0 },
  153. X          { "Red", 14, 0 },
  154. X          { "Black", 6, 0 },
  155. X--- 3,9 ----
  156. X  {
  157. X      "Brodie",
  158. X      "Red",
  159. X!     { SYM, {
  160. X          { "Black", 2, 0 },
  161. X          { "Red", 14, 0 },
  162. X          { "Black", 6, 0 },
  163. X***************
  164. X*** 10,16 ****
  165. X          { "Yellow", 2, 0 },
  166. X          { "Black", 6, 0 },
  167. X          { "Red", 2, 0 },
  168. X!         { 0 }
  169. X      },
  170. X      { HVSAME,
  171. X      },
  172. X--- 10,16 ----
  173. X          { "Yellow", 2, 0 },
  174. X          { "Black", 6, 0 },
  175. X          { "Red", 2, 0 },
  176. X!         { 0 }}
  177. X      },
  178. X      { HVSAME,
  179. X      },
  180. Xdiff -cN ../orig/TIBruce.h ./TIBruce.h
  181. X*** ../orig/TIBruce.h    Wed Jan  3 21:21:06 1990
  182. X--- ./TIBruce.h    Wed Jan  3 21:21:44 1990
  183. X***************
  184. X*** 3,9 ****
  185. X  {
  186. X      "Bruce",
  187. X      "Red",
  188. X!     { SYM,
  189. X          { "Yellow", 2, 0 },
  190. X          { "Red", 10, 0 },
  191. X          { "ForestGreen", 3, 0 },
  192. X--- 3,9 ----
  193. X  {
  194. X      "Bruce",
  195. X      "Red",
  196. X!     { SYM, {
  197. X          { "Yellow", 2, 0 },
  198. X          { "Red", 10, 0 },
  199. X          { "ForestGreen", 3, 0 },
  200. X***************
  201. X*** 10,16 ****
  202. X          { "Red", 3, 0 },
  203. X          { "ForestGreen", 8, 0 },
  204. X          { "Red", 2, 0 },
  205. X!         { 0 }
  206. X      },
  207. X      { HVSAME,
  208. X      },
  209. X--- 10,16 ----
  210. X          { "Red", 3, 0 },
  211. X          { "ForestGreen", 8, 0 },
  212. X          { "Red", 2, 0 },
  213. X!         { 0 }}
  214. X      },
  215. X      { HVSAME,
  216. X      },
  217. Xdiff -cN ../orig/TIBuchanan.h ./TIBuchanan.h
  218. X*** ../orig/TIBuchanan.h    Wed Jan  3 21:21:06 1990
  219. X--- ./TIBuchanan.h    Wed Jan  3 21:21:44 1990
  220. X***************
  221. X*** 3,9 ****
  222. X  {
  223. X      "Buchanan",
  224. X      "Yellow",
  225. X!     { 0,
  226. X          { "Black", 5, 0 },
  227. X          { "Red", 5, 0 },
  228. X          { "Yellow", 1, 0 },
  229. X--- 3,9 ----
  230. X  {
  231. X      "Buchanan",
  232. X      "Yellow",
  233. X!     { 0, {
  234. X          { "Black", 5, 0 },
  235. X          { "Red", 5, 0 },
  236. X          { "Yellow", 1, 0 },
  237. X***************
  238. X*** 16,22 ****
  239. X          { "Yellow", 5, 0 },
  240. X          { "Black", 1, 0 },
  241. X          { "Yellow", 5, 0 },
  242. X!         { 0 }
  243. X      },
  244. X      { HVSAME,
  245. X      },
  246. X--- 16,22 ----
  247. X          { "Yellow", 5, 0 },
  248. X          { "Black", 1, 0 },
  249. X          { "Yellow", 5, 0 },
  250. X!         { 0 }}
  251. X      },
  252. X      { HVSAME,
  253. X      },
  254. Xdiff -cN ../orig/TICameron.h ./TICameron.h
  255. X*** ../orig/TICameron.h    Wed Jan  3 21:21:06 1990
  256. X--- ./TICameron.h    Wed Jan  3 21:21:44 1990
  257. X***************
  258. X*** 3,9 ****
  259. X  {
  260. X      "Cameron",
  261. X      "Red",
  262. X!     { SYM,
  263. X          { "Yellow", 1, 0 },
  264. X          { "Red", 11, 0 },
  265. X          { "ForestGreen", 5, 0 },
  266. X--- 3,9 ----
  267. X  {
  268. X      "Cameron",
  269. X      "Red",
  270. X!     { SYM, {
  271. X          { "Yellow", 1, 0 },
  272. X          { "Red", 11, 0 },
  273. X          { "ForestGreen", 5, 0 },
  274. X***************
  275. X*** 10,16 ****
  276. X          { "Red", 2, 0 },
  277. X          { "ForestGreen", 5, 0 },
  278. X          { "Red", 2, 0 },
  279. X!         { 0 }
  280. X      },
  281. X      { HVSAME,
  282. X      },
  283. X--- 10,16 ----
  284. X          { "Red", 2, 0 },
  285. X          { "ForestGreen", 5, 0 },
  286. X          { "Red", 2, 0 },
  287. X!         { 0 }}
  288. X      },
  289. X      { HVSAME,
  290. X      },
  291. Xdiff -cN ../orig/TICampbell.h ./TICampbell.h
  292. X*** ../orig/TICampbell.h    Wed Jan  3 21:21:06 1990
  293. X--- ./TICampbell.h    Wed Jan  3 21:21:44 1990
  294. X***************
  295. X*** 3,9 ****
  296. X  {
  297. X      "Campbell_of_Argyll",
  298. X      "SteelBlue",
  299. X!     { SYM,
  300. X          { "SteelBlue", 6, 0 },
  301. X          { "Black", 1, 0 },
  302. X          { "SteelBlue", 1, 0 },
  303. X--- 3,9 ----
  304. X  {
  305. X      "Campbell_of_Argyll",
  306. X      "SteelBlue",
  307. X!     { SYM, {
  308. X          { "SteelBlue", 6, 0 },
  309. X          { "Black", 1, 0 },
  310. X          { "SteelBlue", 1, 0 },
  311. X***************
  312. X*** 17,23 ****
  313. X          { "SteelBlue", 6, 0 },
  314. X          { "Black", 1, 0 },
  315. X          { "SteelBlue", 1, 0 },
  316. X!         { 0 }
  317. X      },
  318. X      { HVSAME,
  319. X      },
  320. X--- 17,23 ----
  321. X          { "SteelBlue", 6, 0 },
  322. X          { "Black", 1, 0 },
  323. X          { "SteelBlue", 1, 0 },
  324. X!         { 0 }}
  325. X      },
  326. X      { HVSAME,
  327. X      },
  328. X***************
  329. X*** 26,32 ****
  330. X  {
  331. X      "Campbell_of_Breadalbane",
  332. X      "Black",
  333. X!     { SYM,
  334. X          { "Black", 5, 0 },
  335. X          { "ForestGreen", 7, 0 },
  336. X          { "Yellow", 2, 0 },
  337. X--- 26,32 ----
  338. X  {
  339. X      "Campbell_of_Breadalbane",
  340. X      "Black",
  341. X!     { SYM, {
  342. X          { "Black", 5, 0 },
  343. X          { "ForestGreen", 7, 0 },
  344. X          { "Yellow", 2, 0 },
  345. X***************
  346. X*** 34,40 ****
  347. X          { "Black", 7, 0 },
  348. X          { "MidnightBlue", 7, 0 },
  349. X          { "Black", 2, 0 },
  350. X!         { 0 }
  351. X      },
  352. X      { HVSAME,
  353. X      },
  354. X--- 34,40 ----
  355. X          { "Black", 7, 0 },
  356. X          { "MidnightBlue", 7, 0 },
  357. X          { "Black", 2, 0 },
  358. X!         { 0 }}
  359. X      },
  360. X      { HVSAME,
  361. X      },
  362. X***************
  363. X*** 43,49 ****
  364. X  {
  365. X      "Campbell_of_Cawdor",
  366. X      "Black",
  367. X!     { SYM,
  368. X          { "SteelBlue", 2, 0 },
  369. X          { "Black", 1, 0 },
  370. X          { "ForestGreen", 7, 0 },
  371. X--- 43,49 ----
  372. X  {
  373. X      "Campbell_of_Cawdor",
  374. X      "Black",
  375. X!     { SYM, {
  376. X          { "SteelBlue", 2, 0 },
  377. X          { "Black", 1, 0 },
  378. X          { "ForestGreen", 7, 0 },
  379. X***************
  380. X*** 50,56 ****
  381. X          { "Black", 7, 0 },
  382. X          { "Navy", 8, 0 },
  383. X          { "Red", 2, 0 },
  384. X!         { 0 }
  385. X      },
  386. X      { HVSAME,
  387. X      },
  388. X--- 50,56 ----
  389. X          { "Black", 7, 0 },
  390. X          { "Navy", 8, 0 },
  391. X          { "Red", 2, 0 },
  392. X!         { 0 }}
  393. X      },
  394. X      { HVSAME,
  395. X      },
  396. Xdiff -cN ../orig/TIChisholm.h ./TIChisholm.h
  397. X*** ../orig/TIChisholm.h    Wed Jan  3 21:21:06 1990
  398. X--- ./TIChisholm.h    Wed Jan  3 21:21:44 1990
  399. X***************
  400. X*** 3,15 ****
  401. X  {
  402. X      "Chisholm",
  403. X      "Red",
  404. X!     { SYM,
  405. X          { "Red", 2, 0 },
  406. X          { "Yellow", 1, 0 },
  407. X          { "Red", 13, 0 },
  408. X          { "ForestGreen", 14, 0 },
  409. X          { "Red", 1, 0 },
  410. X!         { 0 }
  411. X      },
  412. X      { HVSAME,
  413. X      },
  414. X--- 3,15 ----
  415. X  {
  416. X      "Chisholm",
  417. X      "Red",
  418. X!     { SYM, {
  419. X          { "Red", 2, 0 },
  420. X          { "Yellow", 1, 0 },
  421. X          { "Red", 13, 0 },
  422. X          { "ForestGreen", 14, 0 },
  423. X          { "Red", 1, 0 },
  424. X!         { 0 }}
  425. X      },
  426. X      { HVSAME,
  427. X      },
  428. Xdiff -cN ../orig/TIDuncan.h ./TIDuncan.h
  429. X*** ../orig/TIDuncan.h    Wed Jan  3 21:21:06 1990
  430. X--- ./TIDuncan.h    Wed Jan  3 21:21:44 1990
  431. X***************
  432. X*** 3,9 ****
  433. X  {
  434. X      "Duncan",
  435. X      "Black",
  436. X!     { SYM,
  437. X          { "Red", 2, 0 },
  438. X          { "Black", 9, 0 },
  439. X          { "ForestGreen", 9, 0 },
  440. X--- 3,9 ----
  441. X  {
  442. X      "Duncan",
  443. X      "Black",
  444. X!     { SYM, {
  445. X          { "Red", 2, 0 },
  446. X          { "Black", 9, 0 },
  447. X          { "ForestGreen", 9, 0 },
  448. X***************
  449. X*** 10,16 ****
  450. X          { "White", 2, 0 },
  451. X          { "ForestGreen", 9, 0 },
  452. X          { "Black", 2, 0 },
  453. X!         { 0 }
  454. X      },
  455. X      { HVSAME,
  456. X      },
  457. X--- 10,16 ----
  458. X          { "White", 2, 0 },
  459. X          { "ForestGreen", 9, 0 },
  460. X          { "Black", 2, 0 },
  461. X!         { 0 }}
  462. X      },
  463. X      { HVSAME,
  464. X      },
  465. Xdiff -cN ../orig/TIElliot.h ./TIElliot.h
  466. X*** ../orig/TIElliot.h    Wed Jan  3 21:21:06 1990
  467. X--- ./TIElliot.h    Wed Jan  3 21:21:44 1990
  468. X***************
  469. X*** 3,14 ****
  470. X  {
  471. X      "Elliot",
  472. X      "MediumBlue",
  473. X!     { SYM,
  474. X          { "MediumBlue", 30, 0 },
  475. X          { "Black", 10, 0 },
  476. X          { "MediumBlue", 5, 0 },
  477. X          { "Red", 2, 0 },
  478. X!         { 0 }
  479. X      },
  480. X      { HVSAME,
  481. X      },
  482. X--- 3,14 ----
  483. X  {
  484. X      "Elliot",
  485. X      "MediumBlue",
  486. X!     { SYM, {
  487. X          { "MediumBlue", 30, 0 },
  488. X          { "Black", 10, 0 },
  489. X          { "MediumBlue", 5, 0 },
  490. X          { "Red", 2, 0 },
  491. X!         { 0 }}
  492. X      },
  493. X      { HVSAME,
  494. X      },
  495. Xdiff -cN ../orig/TIErskine.h ./TIErskine.h
  496. X*** ../orig/TIErskine.h    Wed Jan  3 21:21:06 1990
  497. X--- ./TIErskine.h    Wed Jan  3 21:21:44 1990
  498. X***************
  499. X*** 3,9 ****
  500. X  {
  501. X      "Erskine",
  502. X      "Red",
  503. X!     { SYM,
  504. X          { "Red", 2, 0 },
  505. X          { "Black", 1, 0 },
  506. X          { "Red", 10, 0 },
  507. X--- 3,9 ----
  508. X  {
  509. X      "Erskine",
  510. X      "Red",
  511. X!     { SYM, {
  512. X          { "Red", 2, 0 },
  513. X          { "Black", 1, 0 },
  514. X          { "Red", 10, 0 },
  515. X***************
  516. X*** 10,16 ****
  517. X          { "ForestGreen", 10, 0 },
  518. X          { "Red", 1, 0 },
  519. X          { "ForestGreen", 2, 0 },
  520. X!         { 0 }
  521. X      },
  522. X      { HVSAME,
  523. X      },
  524. X--- 10,16 ----
  525. X          { "ForestGreen", 10, 0 },
  526. X          { "Red", 1, 0 },
  527. X          { "ForestGreen", 2, 0 },
  528. X!         { 0 }}
  529. X      },
  530. X      { HVSAME,
  531. X      },
  532. Xdiff -cN ../orig/TIFarq.h ./TIFarq.h
  533. X*** ../orig/TIFarq.h    Wed Jan  3 21:21:06 1990
  534. X--- ./TIFarq.h    Wed Jan  3 21:21:44 1990
  535. X***************
  536. X*** 3,15 ****
  537. X  {
  538. X      "Farquharson",
  539. X      "ForestGreen",
  540. X!     { SYM,
  541. X          { "Yellow", 1, 0 },
  542. X          { "ForestGreen", 6, 0 },
  543. X          { "Black", 6, 0 },
  544. X          { "Navy", 7, 0 },
  545. X          { "Red", 1, 0 },
  546. X!         { 0 }
  547. X      },
  548. X      { HVSAME,
  549. X      },
  550. X--- 3,15 ----
  551. X  {
  552. X      "Farquharson",
  553. X      "ForestGreen",
  554. X!     { SYM, {
  555. X          { "Yellow", 1, 0 },
  556. X          { "ForestGreen", 6, 0 },
  557. X          { "Black", 6, 0 },
  558. X          { "Navy", 7, 0 },
  559. X          { "Red", 1, 0 },
  560. X!         { 0 }}
  561. X      },
  562. X      { HVSAME,
  563. X      },
  564. Xdiff -cN ../orig/TIGow.h ./TIGow.h
  565. X*** ../orig/TIGow.h    Wed Jan  3 21:21:06 1990
  566. X--- ./TIGow.h    Wed Jan  3 21:21:44 1990
  567. X***************
  568. X*** 3,15 ****
  569. X  {
  570. X      "Gow",
  571. X      "Red",
  572. X!     { SYM,
  573. X          { "Red", 12, 0 },
  574. X          { "ForestGreen", 12, 0 },
  575. X          { "Red", 2, 0 },
  576. X          { "Black", 12, 0 },
  577. X          { "Red", 12, 0 },
  578. X!         { 0 }
  579. X      },
  580. X      { HVSAME,
  581. X      },
  582. X--- 3,15 ----
  583. X  {
  584. X      "Gow",
  585. X      "Red",
  586. X!     { SYM, {
  587. X          { "Red", 12, 0 },
  588. X          { "ForestGreen", 12, 0 },
  589. X          { "Red", 2, 0 },
  590. X          { "Black", 12, 0 },
  591. X          { "Red", 12, 0 },
  592. X!         { 0 }}
  593. X      },
  594. X      { HVSAME,
  595. X      },
  596. Xdiff -cN ../orig/TIMacArthr.h ./TIMacArthr.h
  597. X*** ../orig/TIMacArthr.h    Wed Jan  3 21:21:06 1990
  598. X--- ./TIMacArthr.h    Wed Jan  3 21:21:45 1990
  599. X***************
  600. X*** 3,15 ****
  601. X  {
  602. X      "MacArthur",
  603. X      "ForestGreen",
  604. X!     { SYM,
  605. X          { "DarkGreen", 13, 0 },
  606. X          { "ForestGreen", 3, NOP },
  607. X          { "DarkGreen", 3, 0 },
  608. X          { "ForestGreen", 11, NOP },
  609. X          { "Yellow", 1, 0 },
  610. X!         { 0 }
  611. X      },
  612. X      { HVSAME,
  613. X      },
  614. X--- 3,15 ----
  615. X  {
  616. X      "MacArthur",
  617. X      "ForestGreen",
  618. X!     { SYM, {
  619. X          { "DarkGreen", 13, 0 },
  620. X          { "ForestGreen", 3, NOP },
  621. X          { "DarkGreen", 3, 0 },
  622. X          { "ForestGreen", 11, NOP },
  623. X          { "Yellow", 1, 0 },
  624. X!         { 0 }}
  625. X      },
  626. X      { HVSAME,
  627. X      },
  628. Xdiff -cN ../orig/TIMacAulay.h ./TIMacAulay.h
  629. X*** ../orig/TIMacAulay.h    Wed Jan  3 21:21:06 1990
  630. X--- ./TIMacAulay.h    Wed Jan  3 21:21:45 1990
  631. X***************
  632. X*** 3,9 ****
  633. X  {
  634. X      "MacAulay",
  635. X      "Red",
  636. X!     { SYM,
  637. X          { "Black", 1, 0 },
  638. X          { "Red", 14, 0 },
  639. X          { "ForestGreen", 5, 0 },
  640. X--- 3,9 ----
  641. X  {
  642. X      "MacAulay",
  643. X      "Red",
  644. X!     { SYM, {
  645. X          { "Black", 1, 0 },
  646. X          { "Red", 14, 0 },
  647. X          { "ForestGreen", 5, 0 },
  648. X***************
  649. X*** 10,16 ****
  650. X          { "Red", 3, 0 },
  651. X          { "ForestGreen", 7, 0 },
  652. X          { "White", 1, 0 },
  653. X!         { 0 }
  654. X      },
  655. X      { HVSAME,
  656. X      },
  657. X--- 10,16 ----
  658. X          { "Red", 3, 0 },
  659. X          { "ForestGreen", 7, 0 },
  660. X          { "White", 1, 0 },
  661. X!         { 0 }}
  662. X      },
  663. X      { HVSAME,
  664. X      },
  665. Xdiff -cN ../orig/TIMacBean.h ./TIMacBean.h
  666. X*** ../orig/TIMacBean.h    Wed Jan  3 21:21:06 1990
  667. X--- ./TIMacBean.h    Wed Jan  3 21:21:45 1990
  668. X***************
  669. X*** 3,9 ****
  670. X  {
  671. X      "MacBean",
  672. X      "Red",
  673. X!     { SYM,
  674. X          { "Red", 21, NOP },    /* background stripe */
  675. X          { "White", 1, 0 },
  676. X          { "Black", 1, 0 },
  677. X--- 3,9 ----
  678. X  {
  679. X      "MacBean",
  680. X      "Red",
  681. X!     { SYM, {
  682. X          { "Red", 21, NOP },    /* background stripe */
  683. X          { "White", 1, 0 },
  684. X          { "Black", 1, 0 },
  685. X***************
  686. X*** 18,24 ****
  687. X          { "Red", 3, NOP },    /* background */
  688. X          { "White", 1, 0 },
  689. X          { "ForestGreen", 2, 0 },
  690. X!         { 0 }
  691. X      },
  692. X      { HVSAME,
  693. X      },
  694. X--- 18,24 ----
  695. X          { "Red", 3, NOP },    /* background */
  696. X          { "White", 1, 0 },
  697. X          { "ForestGreen", 2, 0 },
  698. X!         { 0 }}
  699. X      },
  700. X      { HVSAME,
  701. X      },
  702. Xdiff -cN ../orig/TIMacBeth.h ./TIMacBeth.h
  703. X*** ../orig/TIMacBeth.h    Wed Jan  3 21:21:07 1990
  704. X--- ./TIMacBeth.h    Wed Jan  3 21:21:45 1990
  705. X***************
  706. X*** 3,9 ****
  707. X  {
  708. X      "MacBeth",
  709. X      "Blue",
  710. X!     { SYM,
  711. X          { "Blue", 30, NOP },    /* background stripe */
  712. X          { "Yellow", 2, 0 },
  713. X          { "Black", 4, 0 },
  714. X--- 3,9 ----
  715. X  {
  716. X      "MacBeth",
  717. X      "Blue",
  718. X!     { SYM, {
  719. X          { "Blue", 30, NOP },    /* background stripe */
  720. X          { "Yellow", 2, 0 },
  721. X          { "Black", 4, 0 },
  722. X***************
  723. X*** 16,22 ****
  724. X          { "Black", 2, 0 },
  725. X          { "Red", 4, 0 },
  726. X          { "White", 1, 0 },
  727. X!         { 0 }
  728. X      },
  729. X      { HVSAME,
  730. X      },
  731. X--- 16,22 ----
  732. X          { "Black", 2, 0 },
  733. X          { "Red", 4, 0 },
  734. X          { "White", 1, 0 },
  735. X!         { 0 }}
  736. X      },
  737. X      { HVSAME,
  738. X      },
  739. Xdiff -cN ../orig/TIMacDuff.h ./TIMacDuff.h
  740. X*** ../orig/TIMacDuff.h    Wed Jan  3 21:21:11 1990
  741. X--- ./TIMacDuff.h    Wed Jan  3 21:21:45 1990
  742. X***************
  743. X*** 3,9 ****
  744. X  {
  745. X      "MacDuff",
  746. X      "Red",
  747. X!     { SYM,
  748. X          { "Red", 13, NOP },    /* background stripe */
  749. X          { "MediumBlue", 3, 0 },
  750. X          { "Black", 5, 0 },
  751. X--- 3,9 ----
  752. X  {
  753. X      "MacDuff",
  754. X      "Red",
  755. X!     { SYM, {
  756. X          { "Red", 13, NOP },    /* background stripe */
  757. X          { "MediumBlue", 3, 0 },
  758. X          { "Black", 5, 0 },
  759. X***************
  760. X*** 11,17 ****
  761. X          { "Red", 4, NOP },    /* background */
  762. X          { "Black", 1, 0 },
  763. X          { "Red", 4, NOP },    /* background */
  764. X!         { 0 }
  765. X      },
  766. X      { HVSAME,
  767. X      },
  768. X--- 11,17 ----
  769. X          { "Red", 4, NOP },    /* background */
  770. X          { "Black", 1, 0 },
  771. X          { "Red", 4, NOP },    /* background */
  772. X!         { 0 }}
  773. X      },
  774. X      { HVSAME,
  775. X      },
  776. Xdiff -cN ../orig/TIMacIver.h ./TIMacIver.h
  777. X*** ../orig/TIMacIver.h    Wed Jan  3 21:21:12 1990
  778. X--- ./TIMacIver.h    Wed Jan  3 21:21:45 1990
  779. X***************
  780. X*** 3,15 ****
  781. X  {
  782. X      "MacIver",
  783. X      "Red",
  784. X!     { SYM,
  785. X          { "Black", 16, 0 },
  786. X          { "Red", 2, 0 },
  787. X          { "Black", 2, 0 },
  788. X          { "Red", 12, 0 },
  789. X          { "White", 1, 0 },
  790. X!         { 0 }
  791. X      },
  792. X      { HVSAME,
  793. X      },
  794. X--- 3,15 ----
  795. X  {
  796. X      "MacIver",
  797. X      "Red",
  798. X!     { SYM, {
  799. X          { "Black", 16, 0 },
  800. X          { "Red", 2, 0 },
  801. X          { "Black", 2, 0 },
  802. X          { "Red", 12, 0 },
  803. X          { "White", 1, 0 },
  804. X!         { 0 }}
  805. X      },
  806. X      { HVSAME,
  807. X      },
  808. Xdiff -cN ../orig/TIRainbow1.h ./TIRainbow1.h
  809. X*** ../orig/TIRainbow1.h    Wed Jan  3 21:21:12 1990
  810. X--- ./TIRainbow1.h    Wed Jan  3 21:21:45 1990
  811. X***************
  812. X*** 3,9 ****
  813. X  {
  814. X      "Rainbow1",
  815. X      "White",
  816. X!     { 0,
  817. X          { "Black", 4, 0 },
  818. X          { "Red", 4, 0 },
  819. X          { "Green", 4, 0 },
  820. X--- 3,9 ----
  821. X  {
  822. X      "Rainbow1",
  823. X      "White",
  824. X!     { 0, {
  825. X          { "Black", 4, 0 },
  826. X          { "Red", 4, 0 },
  827. X          { "Green", 4, 0 },
  828. X***************
  829. X*** 12,18 ****
  830. X          { "Magenta", 4, 0 },
  831. X          { "Cyan", 4, 0 },
  832. X          { "White", 4, 0 },
  833. X!         { 0 }
  834. X      },
  835. X      { HVSAME,
  836. X      },
  837. X--- 12,18 ----
  838. X          { "Magenta", 4, 0 },
  839. X          { "Cyan", 4, 0 },
  840. X          { "White", 4, 0 },
  841. X!         { 0 }}
  842. X      },
  843. X      { HVSAME,
  844. X      },
  845. Xdiff -cN ../orig/TIRainbow2.h ./TIRainbow2.h
  846. X*** ../orig/TIRainbow2.h    Wed Jan  3 21:21:12 1990
  847. X--- ./TIRainbow2.h    Wed Jan  3 21:21:45 1990
  848. X***************
  849. X*** 3,9 ****
  850. X  {
  851. X      "Rainbow2",
  852. X      "White",
  853. X!     { 0,
  854. X          { "Black", 4, 0 },
  855. X          { "Red", 4, 0 },
  856. X          { "Green", 4, 0 },
  857. X--- 3,9 ----
  858. X  {
  859. X      "Rainbow2",
  860. X      "White",
  861. X!     { 0, {
  862. X          { "Black", 4, 0 },
  863. X          { "Red", 4, 0 },
  864. X          { "Green", 4, 0 },
  865. X***************
  866. X*** 12,20 ****
  867. X          { "Magenta", 4, 0 },
  868. X          { "Cyan", 4, 0 },
  869. X          { "White", 4, 0 },
  870. X!         { 0 }
  871. X      },
  872. X!     { 0,
  873. X          { "LightGrey", 4, 0 },
  874. X          { "Coral", 4, 0 },
  875. X          { "ForestGreen", 4, 0 },
  876. X--- 12,20 ----
  877. X          { "Magenta", 4, 0 },
  878. X          { "Cyan", 4, 0 },
  879. X          { "White", 4, 0 },
  880. X!         { 0 }}
  881. X      },
  882. X!     { 0, {
  883. X          { "LightGrey", 4, 0 },
  884. X          { "Coral", 4, 0 },
  885. X          { "ForestGreen", 4, 0 },
  886. X***************
  887. X*** 23,29 ****
  888. X          { "Maroon", 4, 0 },
  889. X          { "Turquoise", 4, 0 },
  890. X          { "Wheat", 4, 0 },
  891. X!         { 0 }
  892. X      },
  893. X  },
  894. X  
  895. X--- 23,29 ----
  896. X          { "Maroon", 4, 0 },
  897. X          { "Turquoise", 4, 0 },
  898. X          { "Wheat", 4, 0 },
  899. X!         { 0 }}
  900. X      },
  901. X  },
  902. X  
  903. Xdiff -cN ../orig/TIRobRoy.h ./TIRobRoy.h
  904. X*** ../orig/TIRobRoy.h    Wed Jan  3 21:21:12 1990
  905. X--- ./TIRobRoy.h    Wed Jan  3 21:21:45 1990
  906. X***************
  907. X*** 3,12 ****
  908. X  {
  909. X      "Rob_Roy",
  910. X      "Black",
  911. X!     { SYM,
  912. X          { "Black", 8, 0 },
  913. X          { "Red", 8, 0 },
  914. X!         { 0 }
  915. X      },
  916. X      { HVSAME,
  917. X      },
  918. X--- 3,12 ----
  919. X  {
  920. X      "Rob_Roy",
  921. X      "Black",
  922. X!     { SYM, {
  923. X          { "Black", 8, 0 },
  924. X          { "Red", 8, 0 },
  925. X!         { 0 }}
  926. X      },
  927. X      { HVSAME,
  928. X      },
  929. Xdiff -cN ../orig/TIShepherd.h ./TIShepherd.h
  930. X*** ../orig/TIShepherd.h    Wed Jan  3 21:21:12 1990
  931. X--- ./TIShepherd.h    Wed Jan  3 21:21:45 1990
  932. X***************
  933. X*** 3,12 ****
  934. X  {
  935. X      "Shepherd",
  936. X      "Black",
  937. X!     { SYM,
  938. X          { "Black", 1, 0 },
  939. X          { "White", 1, 0 },
  940. X!         { 0 }
  941. X      },
  942. X      { HVSAME,
  943. X      },
  944. X--- 3,12 ----
  945. X  {
  946. X      "Shepherd",
  947. X      "Black",
  948. X!     { SYM, {
  949. X          { "Black", 1, 0 },
  950. X          { "White", 1, 0 },
  951. X!         { 0 }}
  952. X      },
  953. X      { HVSAME,
  954. X      },
  955. Xdiff -cN ../orig/TIShirt1.h ./TIShirt1.h
  956. X*** ../orig/TIShirt1.h    Wed Jan  3 21:21:12 1990
  957. X--- ./TIShirt1.h    Wed Jan  3 21:21:45 1990
  958. X***************
  959. X*** 3,9 ****
  960. X  {
  961. X      "Shirt1",
  962. X      "Sienna",
  963. X!     { 0,
  964. X          { "Sienna", 35, 0 },    /* bottom to top */
  965. X          { "Black", 8, 0 },
  966. X          { "White", 1, 0 },
  967. X--- 3,9 ----
  968. X  {
  969. X      "Shirt1",
  970. X      "Sienna",
  971. X!     { 0, {
  972. X          { "Sienna", 35, 0 },    /* bottom to top */
  973. X          { "Black", 8, 0 },
  974. X          { "White", 1, 0 },
  975. X***************
  976. X*** 12,20 ****
  977. X          { "LightGrey", 8, 0 },
  978. X          { "White", 1, 0 },
  979. X          { "LightGrey", 8, 0 },
  980. X!         { 0 }
  981. X      },
  982. X!         { 0,
  983. X          { "Sienna", 35, 0 },    /* left to right */
  984. X          { "LightBlue", 8, 0 },
  985. X          { "White", 1, 0 },
  986. X--- 12,20 ----
  987. X          { "LightGrey", 8, 0 },
  988. X          { "White", 1, 0 },
  989. X          { "LightGrey", 8, 0 },
  990. X!         { 0 }}
  991. X      },
  992. X!         { 0, {
  993. X          { "Sienna", 35, 0 },    /* left to right */
  994. X          { "LightBlue", 8, 0 },
  995. X          { "White", 1, 0 },
  996. X***************
  997. X*** 23,29 ****
  998. X          { "Black", 8, 0 },
  999. X          { "White", 1, 0 },
  1000. X          { "Maroon", 8, 0 },
  1001. X!         { 0 }
  1002. X      },
  1003. X  },
  1004. X  
  1005. X--- 23,29 ----
  1006. X          { "Black", 8, 0 },
  1007. X          { "White", 1, 0 },
  1008. X          { "Maroon", 8, 0 },
  1009. X!         { 0 }}
  1010. X      },
  1011. X  },
  1012. X  
  1013. Xdiff -cN ../orig/TIStewart.h ./TIStewart.h
  1014. X*** ../orig/TIStewart.h    Wed Jan  3 21:21:13 1990
  1015. X--- ./TIStewart.h    Wed Jan  3 21:21:46 1990
  1016. X***************
  1017. X*** 3,9 ****
  1018. X  {
  1019. X      "Stewart_Dress",
  1020. X      "White",
  1021. X!     { SYM,
  1022. X          { "White", 18, NOP },    /* background stripe */
  1023. X          { "Blue", 1, 0 },
  1024. X          { "Black", 4, 0 },
  1025. X--- 3,9 ----
  1026. X  {
  1027. X      "Stewart_Dress",
  1028. X      "White",
  1029. X!     { SYM, {
  1030. X          { "White", 18, NOP },    /* background stripe */
  1031. X          { "Blue", 1, 0 },
  1032. X          { "Black", 4, 0 },
  1033. X***************
  1034. X*** 16,22 ****
  1035. X          { "Black", 1, 0 },
  1036. X          { "Red", 1, 0 },
  1037. X          { "White", 1, 0 },
  1038. X!         { 0 }
  1039. X      },
  1040. X      { HVSAME,
  1041. X      },
  1042. X--- 16,22 ----
  1043. X          { "Black", 1, 0 },
  1044. X          { "Red", 1, 0 },
  1045. X          { "White", 1, 0 },
  1046. X!         { 0 }}
  1047. X      },
  1048. X      { HVSAME,
  1049. X      },
  1050. X***************
  1051. X*** 25,31 ****
  1052. X  {
  1053. X      "Stewart_Hunting",
  1054. X      "ForestGreen",
  1055. X!     { 0,
  1056. X          { "Red", 1, 0 },
  1057. X          { "ForestGreen", 7, NOP },
  1058. X          { "DarkGreen", 3, 0 },
  1059. X--- 25,31 ----
  1060. X  {
  1061. X      "Stewart_Hunting",
  1062. X      "ForestGreen",
  1063. X!     { 0, {
  1064. X          { "Red", 1, 0 },
  1065. X          { "ForestGreen", 7, NOP },
  1066. X          { "DarkGreen", 3, 0 },
  1067. X***************
  1068. X*** 42,48 ****
  1069. X          { "ForestGreen", 1, NOP },
  1070. X          { "DarkGreen", 7, 0 },
  1071. X          { "ForestGreen", 7, NOP },
  1072. X!         { 0 }
  1073. X      },
  1074. X      { HVSAME,
  1075. X      },
  1076. X--- 42,48 ----
  1077. X          { "ForestGreen", 1, NOP },
  1078. X          { "DarkGreen", 7, 0 },
  1079. X          { "ForestGreen", 7, NOP },
  1080. X!         { 0 }}
  1081. X      },
  1082. X      { HVSAME,
  1083. X      },
  1084. X***************
  1085. X*** 51,57 ****
  1086. X  {
  1087. X      "Stewart_Royal",
  1088. X      "Red",
  1089. X!     { SYM,
  1090. X          { "Red", 18, NOP },    /* background stripe */
  1091. X          { "Navy", 1, 0 },
  1092. X          { "Black", 4, 0 },
  1093. X--- 51,57 ----
  1094. X  {
  1095. X      "Stewart_Royal",
  1096. X      "Red",
  1097. X!     { SYM, {
  1098. X          { "Red", 18, NOP },    /* background stripe */
  1099. X          { "Navy", 1, 0 },
  1100. X          { "Black", 4, 0 },
  1101. X***************
  1102. X*** 64,70 ****
  1103. X          { "Black", 1, 0 },
  1104. X          { "Red", 1, 0 },
  1105. X          { "White", 1, 0 },
  1106. X!         { 0 }
  1107. X      },
  1108. X      { HVSAME,
  1109. X      },
  1110. X--- 64,70 ----
  1111. X          { "Black", 1, 0 },
  1112. X          { "Red", 1, 0 },
  1113. X          { "White", 1, 0 },
  1114. X!         { 0 }}
  1115. X      },
  1116. X      { HVSAME,
  1117. X      },
  1118. Xdiff -cN ../orig/TIUrquhart.h ./TIUrquhart.h
  1119. X*** ../orig/TIUrquhart.h    Wed Jan  3 21:21:13 1990
  1120. X--- ./TIUrquhart.h    Wed Jan  3 21:21:46 1990
  1121. X***************
  1122. X*** 3,9 ****
  1123. X  {
  1124. X      "Urquhart",
  1125. X      "ForestGreen",
  1126. X!     { SYM,
  1127. X          { "Black", 1, 0 },
  1128. X          { "ForestGreen", 8, NOP },    /* Background */
  1129. X          { "Black", 8, 0 },
  1130. X--- 3,9 ----
  1131. X  {
  1132. X      "Urquhart",
  1133. X      "ForestGreen",
  1134. X!     { SYM, {
  1135. X          { "Black", 1, 0 },
  1136. X          { "ForestGreen", 8, NOP },    /* Background */
  1137. X          { "Black", 8, 0 },
  1138. X***************
  1139. X*** 13,19 ****
  1140. X          { "Black", 1, 0 },
  1141. X          { "Navy", 3, 0 },
  1142. X          { "Red", 2, 0 },
  1143. X!         { 0 }
  1144. X      },
  1145. X      { HVSAME,
  1146. X      },
  1147. X--- 13,19 ----
  1148. X          { "Black", 1, 0 },
  1149. X          { "Navy", 3, 0 },
  1150. X          { "Red", 2, 0 },
  1151. X!         { 0 }}
  1152. X      },
  1153. X      { HVSAME,
  1154. X      },
  1155. Xdiff -cN ../orig/TIUsa.h ./TIUsa.h
  1156. X*** ../orig/TIUsa.h    Wed Jan  3 21:21:13 1990
  1157. X--- ./TIUsa.h    Wed Jan  3 21:21:46 1990
  1158. X***************
  1159. X*** 3,20 ****
  1160. X  {
  1161. X      "Usa",
  1162. X      "White",
  1163. X!     { 0,
  1164. X          { "Red", 4, 0 },
  1165. X          { "White", 4, 0 },
  1166. X          { "Blue", 4, 0 },
  1167. X!         { 0 }
  1168. X      },
  1169. X!     { 0,
  1170. X          { "Red", 2, 0 },
  1171. X          { "White", 2, 0 },
  1172. X          { "Blue", 2, 0 },
  1173. X          { "Yellow", 2, 0 },
  1174. X!         { 0 }
  1175. X      },
  1176. X  },
  1177. X  
  1178. X--- 3,20 ----
  1179. X  {
  1180. X      "Usa",
  1181. X      "White",
  1182. X!     { 0, {
  1183. X          { "Red", 4, 0 },
  1184. X          { "White", 4, 0 },
  1185. X          { "Blue", 4, 0 },
  1186. X!         { 0 }}
  1187. X      },
  1188. X!     { 0, {
  1189. X          { "Red", 2, 0 },
  1190. X          { "White", 2, 0 },
  1191. X          { "Blue", 2, 0 },
  1192. X          { "Yellow", 2, 0 },
  1193. X!         { 0 }}
  1194. X      },
  1195. X  },
  1196. X  
  1197. Xdiff -cN ../orig/TIWallace.h ./TIWallace.h
  1198. X*** ../orig/TIWallace.h    Wed Jan  3 21:21:13 1990
  1199. X--- ./TIWallace.h    Wed Jan  3 21:21:46 1990
  1200. X***************
  1201. X*** 3,14 ****
  1202. X  {
  1203. X      "Wallace",
  1204. X      "Black",
  1205. X!     { SYM,
  1206. X          { "Black", 1, 0 },
  1207. X          { "Red", 12, 0 },
  1208. X          { "Black", 12, 0 },
  1209. X          { "Yellow", 1, 0 },
  1210. X!         { 0 }
  1211. X      },
  1212. X      { HVSAME,
  1213. X      },
  1214. X--- 3,14 ----
  1215. X  {
  1216. X      "Wallace",
  1217. X      "Black",
  1218. X!     { SYM, {
  1219. X          { "Black", 1, 0 },
  1220. X          { "Red", 12, 0 },
  1221. X          { "Black", 12, 0 },
  1222. X          { "Yellow", 1, 0 },
  1223. X!         { 0 }}
  1224. X      },
  1225. X      { HVSAME,
  1226. X      },
  1227. Xdiff -cN ../orig/patchlevel.h ./patchlevel.h
  1228. X*** ../orig/patchlevel.h    Wed Jan  3 21:21:14 1990
  1229. X--- ./patchlevel.h    Wed Jan  3 21:21:46 1990
  1230. X***************
  1231. X*** 1,6 ****
  1232. X  /* patchlevel.h - to conform to comp.sources.x protocol
  1233. X   */
  1234. X  
  1235. X! #define VERSION "xtartan version 1.0"
  1236. X  
  1237. X  /* end */
  1238. X--- 1,12 ----
  1239. X  /* patchlevel.h - to conform to comp.sources.x protocol
  1240. X   */
  1241. X  
  1242. X! #define VERSION "xtartan version 1.1"
  1243. X! 
  1244. X! /*
  1245. X!  * patch1, version 1.1:
  1246. X!  *   add extra braces to TI*.h files to conform to ANSI C;
  1247. X!  *   change Imakefile to "ComplexProgramTarget".
  1248. X!  */
  1249. X  
  1250. X  /* end */
  1251. END_OF_FILE
  1252. if test 22434 -ne `wc -c <'xtartan.patch1'`; then
  1253.     echo shar: \"'xtartan.patch1'\" unpacked with wrong size!
  1254. fi
  1255. # end of 'xtartan.patch1'
  1256. fi
  1257. echo shar: End of shell archive.
  1258. exit 0
  1259.